home *** CD-ROM | disk | FTP | other *** search
- --- ./configure.in Tue Apr 20 20:36:01 1999
- +++ ../squid-2.2.STABLE3/./configure.in Fri May 21 02:40:48 1999
- @@ -88,9 +88,9 @@
- esac
- else
- case "$host" in
- - *mips-sgi-irix6.4*)
- + *mips-sgi-irix6.*)
- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
- - CFLAGS="$CFLAGS -n32 -mips4 -O3 -OPT:Olimit=0:space=OFF \
- + CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \
- -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \
- -Wl,-woff,85,-woff,84,-woff,134 \
- -nostdinc -I/usr/include -D_BSD_SIGNALS"
- @@ -116,9 +116,9 @@
- esac
- else
- case "$host" in
- - *mips-sgi-irix6.4*)
- + *mips-sgi-irix6.*)
- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
- - LDFLAGS="-n32 -mips4 -nostdlib -L/usr/lib32"
- + LDFLAGS="-n32 -mips3 -nostdlib -L/usr/lib32"
- ;;
- esac
- fi
- @@ -817,6 +817,7 @@
- LIBS=`echo $LIBS | sed -e s/-lsocket//`
- echo "Removing -lnsl for IRIX..."
- LIBS=`echo $LIBS | sed -e s/-lnsl//`
- + ac_cv_lib_nsl_main=no
- echo "Removing -lbsd for IRIX..."
- LIBS=`echo $LIBS | sed -e s/-lbsd//`
- ;;
- --- ./configure Tue Apr 20 20:36:03 1999
- +++ ../squid-2.2.STABLE3/./configure Fri May 21 02:41:57 1999
- @@ -878,9 +878,9 @@
- esac
- else
- case "$host" in
- - *mips-sgi-irix6.4*)
- + *mips-sgi-irix6.*)
- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
- - CFLAGS="$CFLAGS -n32 -mips4 -O3 -OPT:Olimit=0:space=OFF \
- + CFLAGS="$CFLAGS -n32 -mips3 -O3 -OPT:Olimit=0:space=OFF \
- -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233 \
- -Wl,-woff,85,-woff,84,-woff,134 \
- -nostdinc -I/usr/include -D_BSD_SIGNALS"
- @@ -905,9 +905,9 @@
- esac
- else
- case "$host" in
- - *mips-sgi-irix6.4*)
- + *mips-sgi-irix6.*)
- # suggested by Rafael Seidl <rafaels@cthulhu.engr.sgi.com>
- - LDFLAGS="-n32 -mips4 -nostdlib -L/usr/lib32"
- + LDFLAGS="-n32 -mips3 -nostdlib -L/usr/lib32"
- ;;
- esac
- fi
- @@ -3898,6 +3898,7 @@
- LIBS=`echo $LIBS | sed -e s/-lsocket//`
- echo "Removing -lnsl for IRIX..."
- LIBS=`echo $LIBS | sed -e s/-lnsl//`
- + ac_cv_lib_nsl_main=no
- echo "Removing -lbsd for IRIX..."
- LIBS=`echo $LIBS | sed -e s/-lbsd//`
- ;;
-